Field | Explanation |
---|---|
Server Address | Specifies IP address of the LDAP server. |
Server Port | Specifies the communications port number on the LDAP server. The default is 389. |
Search Base DN | Specifies the search base distinguished name (DN) for
a container that is used when finding a user object for a specified user. For
example, when using NXT 4 with the Netscape server, the DN might be o=rocketsoftware.com . |
Search Filter Pattern | Specifies the LDAP search filter used for finding a
user object for a specified user ID. For example, when using NXT 4 with
the Netscape server, the filter might be
(|(uid=%v)(sAMAccountName=%v)) However, when using NXT 4 with an ActiveDirectory server, the filter might be (|(cn=%v)(sAMAccountName=%v))(|(cn=%v)(sAMAccountName=%v)) Note: LDAP uses the user accounts DN to conduct directory searches by default; it does not use the login name for this purpose. |
Max Search Results | Specifies the maximum number of entries to return from a search. The default is 100. |
Search Timeout | Specifies the time (in milliseconds) that a search should wait before timing out. The default is 30000. |
Server Cache Size | Specifies the size (in bytes) of the LDAP server cache. The default is 8192. |
Bind to server as | Specifies how to connect to the LDAP server (anonymous or with a named user account). The default is anonymous. |
User DN | Specifies the distinguished name of the user to authenticate as administrator. |
Password | Specifies the user password for the administrator. |
Copyright © 2006-2023, Rocket Software, Inc. All rights reserved.